SetLoggerChannels(string,string,Dictionary<string,ILoggingChannel>) Method

Summary

Sets the logger channels for the specified add-in.

Syntax
C#
VB
C++
public void SetLoggerChannels( 
   string addinName, 
   string loggerName, 
   Dictionary<string, ILoggingChannel> channels 
) 
  
Public Overloads Sub SetLoggerChannels( _ 
   ByVal addinName As String, _ 
   ByVal loggerName As String, _ 
   ByVal channels As Dictionary(Of String,ILoggingChannel) _ 
)  
public: 
void SetLoggerChannels(  
   String^ addinName, 
   String^ loggerName, 
   Dictionary<String^,ILoggingChannel^>^ channels 
)  

Parameters

addinName
Name of the add-in.

loggerName
Name of the logger.

channels
The list of channels to add to the logger.

Remarks

If the logger does not exist when this method is called, it will be created.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly